home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Horodruin / horodruin-setup.exe / {app} / Horodruin.exe / 0 / RCDATA / TFRMEDITMASK / TFRMEDITMASK.txt
Text File  |  2005-02-17  |  1KB  |  55 lines

  1. object frmEditMask: TfrmEditMask
  2.   Left = 616
  3.   Top = 188
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Mask Editor'
  7.   ClientHeight = 361
  8.   ClientWidth = 185
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblType: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 34
  23.     Height = 13
  24.     Caption = 'lblType'
  25.   end
  26.   object btnOk: TBitBtn
  27.     Left = 104
  28.     Top = 328
  29.     Width = 75
  30.     Height = 25
  31.     TabOrder = 1
  32.     OnClick = btnOkClick
  33.     Kind = bkOK
  34.   end
  35.   object btnCancel: TBitBtn
  36.     Left = 24
  37.     Top = 328
  38.     Width = 75
  39.     Height = 25
  40.     TabOrder = 2
  41.     OnClick = btnCancelClick
  42.     Kind = bkCancel
  43.   end
  44.   object mmPatterns: TMemo
  45.     Left = 8
  46.     Top = 24
  47.     Width = 169
  48.     Height = 297
  49.     Lines.Strings = (
  50.       'mmPatterns')
  51.     MaxLength = 250
  52.     TabOrder = 0
  53.   end
  54. end
  55.